Html Css Color HEX #76675B Pine Cone

📋 copy color: '#76675B'

red 118 ◦ green 103 ◦ blue 91

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

Shades of Pine Cone #76675B

Tints of Pine Cone #76675B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 37.82%
G = 33.01%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76675B (or 0x76675B) is known color: Pine Cone. HEX triplet: 76, 67 and 5B. RGB value is (118,103,91). Sum of RGB (Red+Green+Blue) = 118+103+91=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76675B is #8998A4. Grayscale: #6A6A6A. Windows color (decimal): -9017509 or 5990262. OLE color: 5990262.

HSL color Cylindrical-coordinate representation of color #76675B: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76675B is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 91 -
CMYK 0 0.13 0.23 0.54
HSL 26.67º 0.13% 0.41% -
HSV(B) 26.67º 0.23% 0.46% -
XYZ 14.21 14.31 11.91 -
YUV 106.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 118 103 91 0 0.13 0.23 0.54 26.67 0.13 0.41
Hex 76 67 5B 0 D 17 36 1B D 29
Octal 166 147 133 0 15 27 66 33 15 51
Binary 1110110 1100111 1011011 0 1101 10111 110110 11011 1101 101001

Color Harmonies of #76675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76675B

Black with #76675B

Text Example


Text Example

White with #76675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76675B; }

 p { color: rgb(118,103,91); }

 H1.HeaderClassName
 {
   color: #76675B;
 }
 .AnyTagClassName
 {
   color: #76675B;
 }
</style>

background-color css

<style>
 a { background-color: #76675B; }

 a { background-color: rgb(118,103,91); }

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

border-color css

<style>
 span { border-color: #76675B; }

 span { border-color: rgb(118,103,91); }

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