Html Css Color HEX #74877E Granny Smith

📋 copy color: '#74877E'

red 116 ◦ green 135 ◦ blue 126

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

Shades of Granny Smith #74877E

Tints of Granny Smith #74877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 30.77%
G = 35.81%
B = 33.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#74877E (or 0x74877E) is known color: Granny Smith. HEX triplet: 74, 87 and 7E. RGB value is (116,135,126). Sum of RGB (Red+Green+Blue) = 116+135+126=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #74877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74877E is #8B7881. Grayscale: #808080. Windows color (decimal): -9140354 or 8292212. OLE color: 8292212.

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

Color convert

RGB 116 135 126 -
CMYK 0.14 0 0.07 0.47
HSL 151.58º 0.08% 0.49% -
HSV(B) 151.58º 0.14% 0.53% -
XYZ 19.63 22.55 23.06 -
YUV 128.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 116 135 126 0.14 0 0.07 0.47 151.58 0.08 0.49
Hex 74 87 7E E 0 7 2F 98 8 31
Octal 164 207 176 16 0 7 57 230 10 61
Binary 1110100 10000111 1111110 1110 0 111 101111 10011000 1000 110001

Color Harmonies of #74877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74877E

Black with #74877E

Text Example


Text Example

White with #74877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,135,126); }

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

background-color css

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

 a { background-color: rgb(116,135,126); }

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

border-color css

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

 span { border-color: rgb(116,135,126); }

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