Html Css Color HEX #72665B Pine Cone

📋 copy color: '#72665B'

red 114 ◦ green 102 ◦ blue 91

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

Shades of Pine Cone #72665B

Tints of Pine Cone #72665B

RGB

 RED value IS 114 (44.92% from 255) = 37.13%

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 37.13%
G = 33.22%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72665B (or 0x72665B) is known color: Pine Cone. HEX triplet: 72, 66 and 5B. RGB value is (114,102,91). Sum of RGB (Red+Green+Blue) = 114+102+91=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #72665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72665B is #8D99A4. Grayscale: #686868. Windows color (decimal): -9279909 or 5990002. OLE color: 5990002.

HSL color Cylindrical-coordinate representation of color #72665B: hue angle of 28.7º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72665B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 91 -
CMYK 0 0.11 0.20 0.55
HSL 28.7º 0.11% 0.4% -
HSV(B) 28.7º 0.2% 0.45% -
XYZ 13.58 13.84 11.85 -
YUV 104.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 114 102 91 0 0.11 0.20 0.55 28.7 0.11 0.4
Hex 72 66 5B 0 B 14 37 1D B 28
Octal 162 146 133 0 13 24 67 35 13 50
Binary 1110010 1100110 1011011 0 1011 10100 110111 11101 1011 101000

Color Harmonies of #72665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72665B

Black with #72665B

Text Example


Text Example

White with #72665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,102,91); }

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

background-color css

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

 a { background-color: rgb(114,102,91); }

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

border-color css

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

 span { border-color: rgb(114,102,91); }

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