Html Css Color HEX #74826E Xanadu

📋 copy color: '#74826E'

red 116 ◦ green 130 ◦ blue 110

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

Shades of Xanadu #74826E

Tints of Xanadu #74826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 32.58%
G = 36.52%
B = 30.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#74826E (or 0x74826E) is known color: Xanadu. HEX triplet: 74, 82 and 6E. RGB value is (116,130,110). Sum of RGB (Red+Green+Blue) = 116+130+110=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #74826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74826E is #8B7D91. Grayscale: #7B7B7B. Windows color (decimal): -9141650 or 7242356. OLE color: 7242356.

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

Color convert

RGB 116 130 110 -
CMYK 0.11 0 0.15 0.49
HSL 102º 0.08% 0.47% -
HSV(B) 102º 0.15% 0.51% -
XYZ 18 20.8 17.82 -
YUV 123.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 116 130 110 0.11 0 0.15 0.49 102 0.08 0.47
Hex 74 82 6E B 0 F 31 66 8 2F
Octal 164 202 156 13 0 17 61 146 10 57
Binary 1110100 10000010 1101110 1011 0 1111 110001 1100110 1000 101111

Color Harmonies of #74826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74826E

Black with #74826E

Text Example


Text Example

White with #74826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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