Html Css Color HEX #756E32 Crete

📋 copy color: '#756E32'

red 117 ◦ green 110 ◦ blue 50

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

Shades of Crete #756E32

Tints of Crete #756E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.71%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 42.24%
G = 39.71%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#756E32 (or 0x756E32) is known color: Crete. HEX triplet: 75, 6E and 32. RGB value is (117,110,50). Sum of RGB (Red+Green+Blue) = 117+110+50=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #756E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E32 is #8A91CD. Grayscale: #696969. Windows color (decimal): -9081294 or 3305077. OLE color: 3305077.

HSL color Cylindrical-coordinate representation of color #756E32: hue angle of 53.73º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #756E32 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 50 -
CMYK 0 0.06 0.57 0.54
HSL 53.73º 0.4% 0.33% -
HSV(B) 53.73º 0.57% 0.46% -
XYZ 13.49 15.16 5.23 -
YUV 105.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 117 110 50 0 0.06 0.57 0.54 53.73 0.4 0.33
Hex 75 6E 32 0 6 39 36 36 28 21
Octal 165 156 62 0 6 71 66 66 50 41
Binary 1110101 1101110 110010 0 110 111001 110110 110110 101000 100001

Color Harmonies of #756E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E32

Black with #756E32

Text Example


Text Example

White with #756E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,50); }

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

background-color css

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

 a { background-color: rgb(117,110,50); }

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

border-color css

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

 span { border-color: rgb(117,110,50); }

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