Html Css Color HEX #7C7C37 Crete

📋 copy color: '#7C7C37'

red 124 ◦ green 124 ◦ blue 55

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

Shades of Crete #7C7C37

Tints of Crete #7C7C37

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.92%

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

R = 40.92%
G = 40.92%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C7C37 (or 0x7C7C37) is known color: Crete. HEX triplet: 7C, 7C and 37. RGB value is (124,124,55). Sum of RGB (Red+Green+Blue) = 124+124+55=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 124 - color contains mainly: red, green. Hex color #7C7C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7C37 is #8383C8. Grayscale: #747474. Windows color (decimal): -8618953 or 3636348. OLE color: 3636348.

HSL color Cylindrical-coordinate representation of color #7C7C37: hue angle of 60º 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 #7C7C37 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 124 55 -
CMYK 0 0 0.56 0.51
HSL 60º 0.39% 0.35% -
HSV(B) 60º 0.56% 0.49% -
XYZ 16.21 18.98 6.42 -
YUV 116.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 124 124 55 0 0 0.56 0.51 60 0.39 0.35
Hex 7C 7C 37 0 0 38 33 3C 27 23
Octal 174 174 67 0 0 70 63 74 47 43
Binary 1111100 1111100 110111 0 0 111000 110011 111100 100111 100011

Color Harmonies of #7C7C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7C37

Black with #7C7C37

Text Example


Text Example

White with #7C7C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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