Html Css Color HEX #74826C Xanadu

📋 copy color: '#74826C'

red 116 ◦ green 130 ◦ blue 108

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

Shades of Xanadu #74826C

Tints of Xanadu #74826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 32.77%
G = 36.72%
B = 30.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#74826C (or 0x74826C) is known color: Xanadu. HEX triplet: 74, 82 and 6C. RGB value is (116,130,108). Sum of RGB (Red+Green+Blue) = 116+130+108=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #74826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74826C is #8B7D93. Grayscale: #7B7B7B. Windows color (decimal): -9141652 or 7111284. OLE color: 7111284.

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

Color convert

RGB 116 130 108 -
CMYK 0.11 0 0.17 0.49
HSL 98.18º 0.09% 0.47% -
HSV(B) 98.18º 0.17% 0.51% -
XYZ 17.89 20.76 17.25 -
YUV 123.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 116 130 108 0.11 0 0.17 0.49 98.18 0.09 0.47
Hex 74 82 6C B 0 11 31 62 9 2F
Octal 164 202 154 13 0 21 61 142 11 57
Binary 1110100 10000010 1101100 1011 0 10001 110001 1100010 1001 101111

Color Harmonies of #74826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74826C

Black with #74826C

Text Example


Text Example

White with #74826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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