Html Css Color HEX #7C7534 Crete

📋 copy color: '#7C7534'

red 124 ◦ green 117 ◦ blue 52

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

Shades of Crete #7C7534

Tints of Crete #7C7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

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

R = 42.32%
G = 39.93%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7C7534 (or 0x7C7534) is known color: Crete. HEX triplet: 7C, 75 and 34. RGB value is (124,117,52). Sum of RGB (Red+Green+Blue) = 124+117+52=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7534 is #838ACB. Grayscale: #6F6F6F. Windows color (decimal): -8620748 or 3437948. OLE color: 3437948.

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

Color convert

RGB 124 117 52 -
CMYK 0 0.06 0.58 0.51
HSL 54.17º 0.41% 0.35% -
HSV(B) 54.17º 0.58% 0.49% -
XYZ 15.29 17.26 5.77 -
YUV 111.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 124 117 52 0 0.06 0.58 0.51 54.17 0.41 0.35
Hex 7C 75 34 0 6 3A 33 36 29 23
Octal 174 165 64 0 6 72 63 66 51 43
Binary 1111100 1110101 110100 0 110 111010 110011 110110 101001 100011

Color Harmonies of #7C7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7534

Black with #7C7534

Text Example


Text Example

White with #7C7534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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