Html Css Color HEX #74806F Xanadu

📋 copy color: '#74806F'

red 116 ◦ green 128 ◦ blue 111

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

Shades of Xanadu #74806F

Tints of Xanadu #74806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 32.68%
G = 36.06%
B = 31.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#74806F (or 0x74806F) is known color: Xanadu. HEX triplet: 74, 80 and 6F. RGB value is (116,128,111). Sum of RGB (Red+Green+Blue) = 116+128+111=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 128 - color contains mainly: green. Hex color #74806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74806F is #8B7F90. Grayscale: #7A7A7A. Windows color (decimal): -9142161 or 7307380. OLE color: 7307380.

HSL color Cylindrical-coordinate representation of color #74806F: hue angle of 102.35º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #74806F is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 111 -
CMYK 0.09 0 0.13 0.50
HSL 102.35º 0.07% 0.47% -
HSV(B) 102.35º 0.13% 0.5% -
XYZ 17.79 20.3 18.02 -
YUV 122.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 116 128 111 0.09 0 0.13 0.50 102.35 0.07 0.47
Hex 74 80 6F 9 0 D 32 66 7 2F
Octal 164 200 157 11 0 15 62 146 7 57
Binary 1110100 10000000 1101111 1001 0 1101 110010 1100110 111 101111

Color Harmonies of #74806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74806F

Black with #74806F

Text Example


Text Example

White with #74806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74806F; }

 p { color: rgb(116,128,111); }

 H1.HeaderClassName
 {
   color: #74806F;
 }
 .AnyTagClassName
 {
   color: #74806F;
 }
</style>

background-color css

<style>
 a { background-color: #74806F; }

 a { background-color: rgb(116,128,111); }

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

border-color css

<style>
 span { border-color: #74806F; }

 span { border-color: rgb(116,128,111); }

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