Html Css Color HEX #756C31 Crete

📋 copy color: '#756C31'

red 117 ◦ green 108 ◦ blue 49

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

Shades of Crete #756C31

Tints of Crete #756C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 42.7%
G = 39.42%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#756C31 (or 0x756C31) is known color: Crete. HEX triplet: 75, 6C and 31. RGB value is (117,108,49). Sum of RGB (Red+Green+Blue) = 117+108+49=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C31 is #8A93CE. Grayscale: #686868. Windows color (decimal): -9081807 or 3239029. OLE color: 3239029.

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

Color convert

RGB 117 108 49 -
CMYK 0 0.08 0.58 0.54
HSL 52.06º 0.41% 0.33% -
HSV(B) 52.06º 0.58% 0.46% -
XYZ 13.25 14.73 5.05 -
YUV 103.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 117 108 49 0 0.08 0.58 0.54 52.06 0.41 0.33
Hex 75 6C 31 0 8 3A 36 34 29 21
Octal 165 154 61 0 10 72 66 64 51 41
Binary 1110101 1101100 110001 0 1000 111010 110110 110100 101001 100001

Color Harmonies of #756C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C31

Black with #756C31

Text Example


Text Example

White with #756C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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