Html Css Color HEX #72675D Pine Cone

📋 copy color: '#72675D'

red 114 ◦ green 103 ◦ blue 93

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

Shades of Pine Cone #72675D

Tints of Pine Cone #72675D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 36.77%
G = 33.23%
B = 30%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72675D (or 0x72675D) is known color: Pine Cone. HEX triplet: 72, 67 and 5D. RGB value is (114,103,93). Sum of RGB (Red+Green+Blue) = 114+103+93=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675D is #8D98A2. Grayscale: #696969. Windows color (decimal): -9279651 or 6121330. OLE color: 6121330.

HSL color Cylindrical-coordinate representation of color #72675D: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72675D is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 93 -
CMYK 0 0.10 0.18 0.55
HSL 28.57º 0.1% 0.41% -
HSV(B) 28.57º 0.18% 0.45% -
XYZ 13.77 14.07 12.35 -
YUV 105.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 114 103 93 0 0.10 0.18 0.55 28.57 0.1 0.41
Hex 72 67 5D 0 A 12 37 1D A 29
Octal 162 147 135 0 12 22 67 35 12 51
Binary 1110010 1100111 1011101 0 1010 10010 110111 11101 1010 101001

Color Harmonies of #72675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72675D

Black with #72675D

Text Example


Text Example

White with #72675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72675D; }

 p { color: rgb(114,103,93); }

 H1.HeaderClassName
 {
   color: #72675D;
 }
 .AnyTagClassName
 {
   color: #72675D;
 }
</style>

background-color css

<style>
 a { background-color: #72675D; }

 a { background-color: rgb(114,103,93); }

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

border-color css

<style>
 span { border-color: #72675D; }

 span { border-color: rgb(114,103,93); }

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