Html Css Color HEX #7B6F34 Crete

📋 copy color: '#7B6F34'

red 123 ◦ green 111 ◦ blue 52

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

Shades of Crete #7B6F34

Tints of Crete #7B6F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.81%

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

R = 43.01%
G = 38.81%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7B6F34 (or 0x7B6F34) is known color: Crete. HEX triplet: 7B, 6F and 34. RGB value is (123,111,52). Sum of RGB (Red+Green+Blue) = 123+111+52=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6F34 is #8490CB. Grayscale: #6C6C6C. Windows color (decimal): -8687820 or 3436411. OLE color: 3436411.

HSL color Cylindrical-coordinate representation of color #7B6F34: hue angle of 49.86º 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 #7B6F34 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 111 52 -
CMYK 0 0.10 0.58 0.52
HSL 49.86º 0.41% 0.34% -
HSV(B) 49.86º 0.58% 0.48% -
XYZ 14.47 15.83 5.54 -
YUV 107.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 123 111 52 0 0.10 0.58 0.52 49.86 0.41 0.34
Hex 7B 6F 34 0 A 3A 34 32 29 22
Octal 173 157 64 0 12 72 64 62 51 42
Binary 1111011 1101111 110100 0 1010 111010 110100 110010 101001 100010

Color Harmonies of #7B6F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6F34

Black with #7B6F34

Text Example


Text Example

White with #7B6F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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