Html Css Color HEX #7C7735 Crete

📋 copy color: '#7C7735'

red 124 ◦ green 119 ◦ blue 53

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

Shades of Crete #7C7735

Tints of Crete #7C7735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 41.89%
G = 40.2%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7C7735 (or 0x7C7735) is known color: Crete. HEX triplet: 7C, 77 and 35. RGB value is (124,119,53). Sum of RGB (Red+Green+Blue) = 124+119+53=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7735 is #8388CA. Grayscale: #717171. Windows color (decimal): -8620235 or 3503996. OLE color: 3503996.

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

Color convert

RGB 124 119 53 -
CMYK 0 0.04 0.57 0.51
HSL 55.77º 0.4% 0.35% -
HSV(B) 55.77º 0.57% 0.49% -
XYZ 15.55 17.74 5.97 -
YUV 112.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 124 119 53 0 0.04 0.57 0.51 55.77 0.4 0.35
Hex 7C 77 35 0 4 39 33 38 28 23
Octal 174 167 65 0 4 71 63 70 50 43
Binary 1111100 1110111 110101 0 100 111001 110011 111000 101000 100011

Color Harmonies of #7C7735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7735

Black with #7C7735

Text Example


Text Example

White with #7C7735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,119,53); }

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

background-color css

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

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

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

border-color css

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

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

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