Html Css Color HEX #7C7137 Crete

📋 copy color: '#7C7137'

red 124 ◦ green 113 ◦ blue 55

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

Shades of Crete #7C7137

Tints of Crete #7C7137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

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

R = 42.47%
G = 38.7%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C7137 (or 0x7C7137) is known color: Crete. HEX triplet: 7C, 71 and 37. RGB value is (124,113,55). Sum of RGB (Red+Green+Blue) = 124+113+55=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7137 is #838EC8. Grayscale: #6D6D6D. Windows color (decimal): -8621769 or 3633532. OLE color: 3633532.

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

Color convert

RGB 124 113 55 -
CMYK 0 0.09 0.56 0.51
HSL 50.43º 0.39% 0.35% -
HSV(B) 50.43º 0.56% 0.49% -
XYZ 14.91 16.37 5.99 -
YUV 109.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 124 113 55 0 0.09 0.56 0.51 50.43 0.39 0.35
Hex 7C 71 37 0 9 38 33 32 27 23
Octal 174 161 67 0 11 70 63 62 47 43
Binary 1111100 1110001 110111 0 1001 111000 110011 110010 100111 100011

Color Harmonies of #7C7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7137

Black with #7C7137

Text Example


Text Example

White with #7C7137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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