Html Css Color HEX #74826D Xanadu

📋 copy color: '#74826D'

red 116 ◦ green 130 ◦ blue 109

#74826D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #74826D

Tints of Xanadu #74826D

RGB

 RED value IS 116 (45.7% from 255) = 32.68%

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 32.68%
G = 36.62%
B = 30.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74826D (or 0x74826D) is known color: Xanadu. HEX triplet: 74, 82 and 6D. RGB value is (116,130,109). Sum of RGB (Red+Green+Blue) = 116+130+109=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #74826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74826D is #8B7D92. Grayscale: #7B7B7B. Windows color (decimal): -9141651 or 7176820. OLE color: 7176820.

HSL color Cylindrical-coordinate representation of color #74826D: hue angle of 100º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74826D is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 109 -
CMYK 0.11 0 0.16 0.49
HSL 100º 0.09% 0.47% -
HSV(B) 100º 0.16% 0.51% -
XYZ 17.95 20.78 17.53 -
YUV 123.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 116 130 109 0.11 0 0.16 0.49 100 0.09 0.47
Hex 74 82 6D B 0 10 31 64 9 2F
Octal 164 202 155 13 0 20 61 144 11 57
Binary 1110100 10000010 1101101 1011 0 10000 110001 1100100 1001 101111

Color Harmonies of #74826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74826D

Black with #74826D

Text Example


Text Example

White with #74826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74826D; }

 p { color: rgb(116,130,109); }

 H1.HeaderClassName
 {
   color: #74826D;
 }
 .AnyTagClassName
 {
   color: #74826D;
 }
</style>

background-color css

<style>
 a { background-color: #74826D; }

 a { background-color: rgb(116,130,109); }

 div.DivClassName
 {
   background-color: #74826D;
 }
 .BgClassName
 {
   background-color: #74826D;
 }
</style>

border-color css

<style>
 span { border-color: #74826D; }

 span { border-color: rgb(116,130,109); }

 td.TdClassName
 {
   border-color: #74826D;
 }
 .TagClassName
 {
   border-color: #74826D;
 }
</style>