Html Css Color HEX #756B31 Crete

📋 copy color: '#756B31'

red 117 ◦ green 107 ◦ blue 49

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

Shades of Crete #756B31

Tints of Crete #756B31

RGB

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

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

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

R = 42.86%
G = 39.19%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#756B31 (or 0x756B31) is known color: Crete. HEX triplet: 75, 6B and 31. RGB value is (117,107,49). Sum of RGB (Red+Green+Blue) = 117+107+49=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B31 is #8A94CE. Grayscale: #676767. Windows color (decimal): -9082063 or 3238773. OLE color: 3238773.

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

Color convert

RGB 117 107 49 -
CMYK 0 0.09 0.58 0.54
HSL 51.18º 0.41% 0.33% -
HSV(B) 51.18º 0.58% 0.46% -
XYZ 13.15 14.52 5.02 -
YUV 103.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 117 107 49 0 0.09 0.58 0.54 51.18 0.41 0.33
Hex 75 6B 31 0 9 3A 36 33 29 21
Octal 165 153 61 0 11 72 66 63 51 41
Binary 1110101 1101011 110001 0 1001 111010 110110 110011 101001 100001

Color Harmonies of #756B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B31

Black with #756B31

Text Example


Text Example

White with #756B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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