Html Css Color HEX #7B7434 Crete

📋 copy color: '#7B7434'

red 123 ◦ green 116 ◦ blue 52

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

Shades of Crete #7B7434

Tints of Crete #7B7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

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

R = 42.27%
G = 39.86%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7B7434 (or 0x7B7434) is known color: Crete. HEX triplet: 7B, 74 and 34. RGB value is (123,116,52). Sum of RGB (Red+Green+Blue) = 123+116+52=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7434 is #848BCB. Grayscale: #6F6F6F. Windows color (decimal): -8686540 or 3437691. OLE color: 3437691.

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

Color convert

RGB 123 116 52 -
CMYK 0 0.06 0.58 0.52
HSL 54.08º 0.41% 0.34% -
HSV(B) 54.08º 0.58% 0.48% -
XYZ 15.03 16.95 5.73 -
YUV 110.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 123 116 52 0 0.06 0.58 0.52 54.08 0.41 0.34
Hex 7B 74 34 0 6 3A 34 36 29 22
Octal 173 164 64 0 6 72 64 66 51 42
Binary 1111011 1110100 110100 0 110 111010 110100 110110 101001 100010

Color Harmonies of #7B7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7434

Black with #7B7434

Text Example


Text Example

White with #7B7434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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