Html Css Color HEX #72675B Pine Cone

📋 copy color: '#72675B'

red 114 ◦ green 103 ◦ blue 91

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

Shades of Pine Cone #72675B

Tints of Pine Cone #72675B

RGB

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

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

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

R = 37.01%
G = 33.44%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72675B (or 0x72675B) is known color: Pine Cone. HEX triplet: 72, 67 and 5B. RGB value is (114,103,91). Sum of RGB (Red+Green+Blue) = 114+103+91=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675B is #8D98A4. Grayscale: #686868. Windows color (decimal): -9279653 or 5990258. OLE color: 5990258.

HSL color Cylindrical-coordinate representation of color #72675B: hue angle of 31.3º 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 #72675B is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 91 -
CMYK 0 0.10 0.20 0.55
HSL 31.3º 0.11% 0.4% -
HSV(B) 31.3º 0.2% 0.45% -
XYZ 13.68 14.03 11.89 -
YUV 104.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 114 103 91 0 0.10 0.20 0.55 31.3 0.11 0.4
Hex 72 67 5B 0 A 14 37 1F B 28
Octal 162 147 133 0 12 24 67 37 13 50
Binary 1110010 1100111 1011011 0 1010 10100 110111 11111 1011 101000

Color Harmonies of #72675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72675B

Black with #72675B

Text Example


Text Example

White with #72675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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