Html Css Color HEX #8B7F68 Granite Green

📋 copy color: '#8B7F68'

red 139 ◦ green 127 ◦ blue 104

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

Shades of Granite Green #8B7F68

Tints of Granite Green #8B7F68

RGB

 RED value IS 139 (54.69% from 255) = 37.57%

 GREEN value IS 127 (50% from 255) = 34.32%

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 37.57%
G = 34.32%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B7F68 (or 0x8B7F68) is known color: Granite Green. HEX triplet: 8B, 7F and 68. RGB value is (139,127,104). Sum of RGB (Red+Green+Blue) = 139+127+104=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F68 is #748097. Grayscale: #808080. Windows color (decimal): -7635096 or 6848395. OLE color: 6848395.

HSL color Cylindrical-coordinate representation of color #8B7F68: hue angle of 39.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B7F68 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 127 104 -
CMYK 0 0.09 0.25 0.45
HSL 39.43º 0.14% 0.48% -
HSV(B) 39.43º 0.25% 0.55% -
XYZ 20.74 21.67 16.19 -
YUV 127.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 139 127 104 0 0.09 0.25 0.45 39.43 0.14 0.48
Hex 8B 7F 68 0 9 19 2D 27 E 30
Octal 213 177 150 0 11 31 55 47 16 60
Binary 10001011 1111111 1101000 0 1001 11001 101101 100111 1110 110000

Color Harmonies of #8B7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F68

Black with #8B7F68

Text Example


Text Example

White with #8B7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7F68; }

 p { color: rgb(139,127,104); }

 H1.HeaderClassName
 {
   color: #8B7F68;
 }
 .AnyTagClassName
 {
   color: #8B7F68;
 }
</style>

background-color css

<style>
 a { background-color: #8B7F68; }

 a { background-color: rgb(139,127,104); }

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

border-color css

<style>
 span { border-color: #8B7F68; }

 span { border-color: rgb(139,127,104); }

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