Html Css Color HEX #7C7334 Crete

📋 copy color: '#7C7334'

red 124 ◦ green 115 ◦ blue 52

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

Shades of Crete #7C7334

Tints of Crete #7C7334

RGB

 RED value IS 124 (48.83% from 255) = 42.61%

 GREEN value IS 115 (45.31% from 255) = 39.52%

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

R = 42.61%
G = 39.52%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7C7334 (or 0x7C7334) is known color: Crete. HEX triplet: 7C, 73 and 34. RGB value is (124,115,52). Sum of RGB (Red+Green+Blue) = 124+115+52=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7334 is #838CCB. Grayscale: #6E6E6E. Windows color (decimal): -8621260 or 3437436. OLE color: 3437436.

HSL color Cylindrical-coordinate representation of color #7C7334: hue angle of 52.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C7334 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 115 52 -
CMYK 0 0.07 0.58 0.51
HSL 52.5º 0.41% 0.35% -
HSV(B) 52.5º 0.58% 0.49% -
XYZ 15.06 16.79 5.7 -
YUV 110.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 124 115 52 0 0.07 0.58 0.51 52.5 0.41 0.35
Hex 7C 73 34 0 7 3A 33 34 29 23
Octal 174 163 64 0 7 72 63 64 51 43
Binary 1111100 1110011 110100 0 111 111010 110011 110100 101001 100011

Color Harmonies of #7C7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7334

Black with #7C7334

Text Example


Text Example

White with #7C7334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,115,52); }

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

background-color css

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

 a { background-color: rgb(124,115,52); }

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

border-color css

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

 span { border-color: rgb(124,115,52); }

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