Html Css Color HEX #7B6A58 Pine Cone

📋 copy color: '#7B6A58'

red 123 ◦ green 106 ◦ blue 88

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

Shades of Pine Cone #7B6A58

Tints of Pine Cone #7B6A58

RGB

 RED value IS 123 (48.44% from 255) = 38.8%

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 38.8%
G = 33.44%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7B6A58 (or 0x7B6A58) is known color: Pine Cone. HEX triplet: 7B, 6A and 58. RGB value is (123,106,88). Sum of RGB (Red+Green+Blue) = 123+106+88=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A58 is #8495A7. Grayscale: #6D6D6D. Windows color (decimal): -8689064 or 5794427. OLE color: 5794427.

HSL color Cylindrical-coordinate representation of color #7B6A58: hue angle of 30.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6A58 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 106 88 -
CMYK 0 0.14 0.28 0.52
HSL 30.86º 0.17% 0.41% -
HSV(B) 30.86º 0.28% 0.48% -
XYZ 15.08 15.22 11.38 -
YUV 109.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 123 106 88 0 0.14 0.28 0.52 30.86 0.17 0.41
Hex 7B 6A 58 0 E 1C 34 1F 11 29
Octal 173 152 130 0 16 34 64 37 21 51
Binary 1111011 1101010 1011000 0 1110 11100 110100 11111 10001 101001

Color Harmonies of #7B6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6A58

Black with #7B6A58

Text Example


Text Example

White with #7B6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6A58; }

 p { color: rgb(123,106,88); }

 H1.HeaderClassName
 {
   color: #7B6A58;
 }
 .AnyTagClassName
 {
   color: #7B6A58;
 }
</style>

background-color css

<style>
 a { background-color: #7B6A58; }

 a { background-color: rgb(123,106,88); }

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

border-color css

<style>
 span { border-color: #7B6A58; }

 span { border-color: rgb(123,106,88); }

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