Html Css Color HEX #7C7337 Crete

📋 copy color: '#7C7337'

red 124 ◦ green 115 ◦ blue 55

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

Shades of Crete #7C7337

Tints of Crete #7C7337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 42.18%
G = 39.12%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C7337 (or 0x7C7337) is known color: Crete. HEX triplet: 7C, 73 and 37. RGB value is (124,115,55). Sum of RGB (Red+Green+Blue) = 124+115+55=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7337 is #838CC8. Grayscale: #6F6F6F. Windows color (decimal): -8621257 or 3634044. OLE color: 3634044.

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

Color convert

RGB 124 115 55 -
CMYK 0 0.07 0.56 0.51
HSL 52.17º 0.39% 0.35% -
HSV(B) 52.17º 0.56% 0.49% -
XYZ 15.13 16.82 6.06 -
YUV 110.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 124 115 55 0 0.07 0.56 0.51 52.17 0.39 0.35
Hex 7C 73 37 0 7 38 33 34 27 23
Octal 174 163 67 0 7 70 63 64 47 43
Binary 1111100 1110011 110111 0 111 111000 110011 110100 100111 100011

Color Harmonies of #7C7337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7337

Black with #7C7337

Text Example


Text Example

White with #7C7337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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