Html Css Color HEX #756A29 Crete

📋 copy color: '#756A29'

red 117 ◦ green 106 ◦ blue 41

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

Shades of Crete #756A29

Tints of Crete #756A29

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.15%

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

R = 44.32%
G = 40.15%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#756A29 (or 0x756A29) is known color: Crete. HEX triplet: 75, 6A and 29. RGB value is (117,106,41). Sum of RGB (Red+Green+Blue) = 117+106+41=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #756A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A29 is #8A95D6. Grayscale: #666666. Windows color (decimal): -9082327 or 2714229. OLE color: 2714229.

HSL color Cylindrical-coordinate representation of color #756A29: hue angle of 51.32º 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 #756A29 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 41 -
CMYK 0 0.09 0.65 0.54
HSL 51.32º 0.48% 0.31% -
HSV(B) 51.32º 0.65% 0.46% -
XYZ 12.89 14.25 4.17 -
YUV 101.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 117 106 41 0 0.09 0.65 0.54 51.32 0.48 0.31
Hex 75 6A 29 0 9 41 36 33 30 1F
Octal 165 152 51 0 11 101 66 63 60 37
Binary 1110101 1101010 101001 0 1001 1000001 110110 110011 110000 11111

Color Harmonies of #756A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A29

Black with #756A29

Text Example


Text Example

White with #756A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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