Html Css Color HEX #748F85 Granny Smith

📋 copy color: '#748F85'

red 116 ◦ green 143 ◦ blue 133

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

Shades of Granny Smith #748F85

Tints of Granny Smith #748F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 29.59%
G = 36.48%
B = 33.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#748F85 (or 0x748F85) is known color: Granny Smith. HEX triplet: 74, 8F and 85. RGB value is (116,143,133). Sum of RGB (Red+Green+Blue) = 116+143+133=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 143 - color contains mainly: green. Hex color #748F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F85 is #8B707A. Grayscale: #858585. Windows color (decimal): -9138299 or 8753012. OLE color: 8753012.

HSL color Cylindrical-coordinate representation of color #748F85: hue angle of 157.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748F85 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 143 133 -
CMYK 0.19 0 0.07 0.44
HSL 157.78º 0.11% 0.51% -
HSV(B) 157.78º 0.19% 0.56% -
XYZ 21.26 25.05 25.91 -
YUV 133.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 116 143 133 0.19 0 0.07 0.44 157.78 0.11 0.51
Hex 74 8F 85 13 0 7 2C 9E B 33
Octal 164 217 205 23 0 7 54 236 13 63
Binary 1110100 10001111 10000101 10011 0 111 101100 10011110 1011 110011

Color Harmonies of #748F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F85

Black with #748F85

Text Example


Text Example

White with #748F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748F85; }

 p { color: rgb(116,143,133); }

 H1.HeaderClassName
 {
   color: #748F85;
 }
 .AnyTagClassName
 {
   color: #748F85;
 }
</style>

background-color css

<style>
 a { background-color: #748F85; }

 a { background-color: rgb(116,143,133); }

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

border-color css

<style>
 span { border-color: #748F85; }

 span { border-color: rgb(116,143,133); }

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