Html Css Color HEX #7B6650 Pine Cone

📋 copy color: '#7B6650'

red 123 ◦ green 102 ◦ blue 80

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

Shades of Pine Cone #7B6650

Tints of Pine Cone #7B6650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 40.33%
G = 33.44%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B6650 (or 0x7B6650) is known color: Pine Cone. HEX triplet: 7B, 66 and 50. RGB value is (123,102,80). Sum of RGB (Red+Green+Blue) = 123+102+80=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6650 is #8499AF. Grayscale: #696969. Windows color (decimal): -8690096 or 5269115. OLE color: 5269115.

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

Color convert

RGB 123 102 80 -
CMYK 0 0.17 0.35 0.52
HSL 30.7º 0.21% 0.4% -
HSV(B) 30.7º 0.35% 0.48% -
XYZ 14.37 14.29 9.59 -
YUV 105.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 123 102 80 0 0.17 0.35 0.52 30.7 0.21 0.4
Hex 7B 66 50 0 11 23 34 1F 15 28
Octal 173 146 120 0 21 43 64 37 25 50
Binary 1111011 1100110 1010000 0 10001 100011 110100 11111 10101 101000

Color Harmonies of #7B6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6650

Black with #7B6650

Text Example


Text Example

White with #7B6650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,102,80); }

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

background-color css

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

 a { background-color: rgb(123,102,80); }

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

border-color css

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

 span { border-color: rgb(123,102,80); }

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