Html Css Color HEX #756C29 Crete

📋 copy color: '#756C29'

red 117 ◦ green 108 ◦ blue 41

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

Shades of Crete #756C29

Tints of Crete #756C29

RGB

 RED value IS 117 (46.09% from 255) = 43.98%

 GREEN value IS 108 (42.58% from 255) = 40.6%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 43.98%
G = 40.6%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#756C29 (or 0x756C29) is known color: Crete. HEX triplet: 75, 6C and 29. RGB value is (117,108,41). Sum of RGB (Red+Green+Blue) = 117+108+41=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #756C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C29 is #8A93D6. Grayscale: #676767. Windows color (decimal): -9081815 or 2714741. OLE color: 2714741.

HSL color Cylindrical-coordinate representation of color #756C29: hue angle of 52.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #756C29 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 108 41 -
CMYK 0 0.08 0.65 0.54
HSL 52.89º 0.48% 0.31% -
HSV(B) 52.89º 0.65% 0.46% -
XYZ 13.1 14.67 4.24 -
YUV 103.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 117 108 41 0 0.08 0.65 0.54 52.89 0.48 0.31
Hex 75 6C 29 0 8 41 36 35 30 1F
Octal 165 154 51 0 10 101 66 65 60 37
Binary 1110101 1101100 101001 0 1000 1000001 110110 110101 110000 11111

Color Harmonies of #756C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C29

Black with #756C29

Text Example


Text Example

White with #756C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756C29; }

 p { color: rgb(117,108,41); }

 H1.HeaderClassName
 {
   color: #756C29;
 }
 .AnyTagClassName
 {
   color: #756C29;
 }
</style>

background-color css

<style>
 a { background-color: #756C29; }

 a { background-color: rgb(117,108,41); }

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

border-color css

<style>
 span { border-color: #756C29; }

 span { border-color: rgb(117,108,41); }

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