Html Css Color HEX #756B32 Crete

📋 copy color: '#756B32'

red 117 ◦ green 107 ◦ blue 50

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

Shades of Crete #756B32

Tints of Crete #756B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

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

R = 42.7%
G = 39.05%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#756B32 (or 0x756B32) is known color: Crete. HEX triplet: 75, 6B and 32. RGB value is (117,107,50). Sum of RGB (Red+Green+Blue) = 117+107+50=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B32 is #8A94CD. Grayscale: #676767. Windows color (decimal): -9082062 or 3304309. OLE color: 3304309.

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

Color convert

RGB 117 107 50 -
CMYK 0 0.09 0.57 0.54
HSL 51.04º 0.4% 0.33% -
HSV(B) 51.04º 0.57% 0.46% -
XYZ 13.17 14.53 5.13 -
YUV 103.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 117 107 50 0 0.09 0.57 0.54 51.04 0.4 0.33
Hex 75 6B 32 0 9 39 36 33 28 21
Octal 165 153 62 0 11 71 66 63 50 41
Binary 1110101 1101011 110010 0 1001 111001 110110 110011 101000 100001

Color Harmonies of #756B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B32

Black with #756B32

Text Example


Text Example

White with #756B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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