Html Css Color HEX #76948C Granny Smith

📋 copy color: '#76948C'

red 118 ◦ green 148 ◦ blue 140

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

Shades of Granny Smith #76948C

Tints of Granny Smith #76948C

RGB

 RED value IS 118 (46.48% from 255) = 29.06%

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 29.06%
G = 36.45%
B = 34.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#76948C (or 0x76948C) is known color: Granny Smith. HEX triplet: 76, 94 and 8C. RGB value is (118,148,140). Sum of RGB (Red+Green+Blue) = 118+148+140=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #76948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76948C is #896B73. Grayscale: #8A8A8A. Windows color (decimal): -9005940 or 9213046. OLE color: 9213046.

HSL color Cylindrical-coordinate representation of color #76948C: hue angle of 164º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76948C is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 140 -
CMYK 0.20 0 0.05 0.42
HSL 164º 0.12% 0.52% -
HSV(B) 164º 0.2% 0.58% -
XYZ 22.79 26.92 28.81 -
YUV 138.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 118 148 140 0.20 0 0.05 0.42 164 0.12 0.52
Hex 76 94 8C 14 0 5 2A A4 C 34
Octal 166 224 214 24 0 5 52 244 14 64
Binary 1110110 10010100 10001100 10100 0 101 101010 10100100 1100 110100

Color Harmonies of #76948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76948C

Black with #76948C

Text Example


Text Example

White with #76948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,148,140); }

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

background-color css

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

 a { background-color: rgb(118,148,140); }

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

border-color css

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

 span { border-color: rgb(118,148,140); }

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