Html Css Color HEX #7B7034 Crete

📋 copy color: '#7B7034'

red 123 ◦ green 112 ◦ blue 52

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

Shades of Crete #7B7034

Tints of Crete #7B7034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 42.86%
G = 39.02%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7B7034 (or 0x7B7034) is known color: Crete. HEX triplet: 7B, 70 and 34. RGB value is (123,112,52). Sum of RGB (Red+Green+Blue) = 123+112+52=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7034 is #848FCB. Grayscale: #6C6C6C. Windows color (decimal): -8687564 or 3436667. OLE color: 3436667.

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

Color convert

RGB 123 112 52 -
CMYK 0 0.09 0.58 0.52
HSL 50.7º 0.41% 0.34% -
HSV(B) 50.7º 0.58% 0.48% -
XYZ 14.58 16.05 5.58 -
YUV 108.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 123 112 52 0 0.09 0.58 0.52 50.7 0.41 0.34
Hex 7B 70 34 0 9 3A 34 33 29 22
Octal 173 160 64 0 11 72 64 63 51 42
Binary 1111011 1110000 110100 0 1001 111010 110100 110011 101001 100010

Color Harmonies of #7B7034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7034

Black with #7B7034

Text Example


Text Example

White with #7B7034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,52); }

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

background-color css

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

 a { background-color: rgb(123,112,52); }

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

border-color css

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

 span { border-color: rgb(123,112,52); }

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