Html Css Color HEX #756E38 Crete

📋 copy color: '#756E38'

red 117 ◦ green 110 ◦ blue 56

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

Shades of Crete #756E38

Tints of Crete #756E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.79%

R = 41.34%
G = 38.87%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#756E38 (or 0x756E38) is known color: Crete. HEX triplet: 75, 6E and 38. RGB value is (117,110,56). Sum of RGB (Red+Green+Blue) = 117+110+56=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #756E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E38 is #8A91C7. Grayscale: #6A6A6A. Windows color (decimal): -9081288 or 3698293. OLE color: 3698293.

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

Color convert

RGB 117 110 56 -
CMYK 0 0.06 0.52 0.54
HSL 53.11º 0.35% 0.34% -
HSV(B) 53.11º 0.52% 0.46% -
XYZ 13.63 15.22 5.96 -
YUV 105.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 117 110 56 0 0.06 0.52 0.54 53.11 0.35 0.34
Hex 75 6E 38 0 6 34 36 35 23 22
Octal 165 156 70 0 6 64 66 65 43 42
Binary 1110101 1101110 111000 0 110 110100 110110 110101 100011 100010

Color Harmonies of #756E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E38

Black with #756E38

Text Example


Text Example

White with #756E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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