Html Css Color HEX #756C2C Crete

📋 copy color: '#756C2C'

red 117 ◦ green 108 ◦ blue 44

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

Shades of Crete #756C2C

Tints of Crete #756C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 43.49%
G = 40.15%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#756C2C (or 0x756C2C) is known color: Crete. HEX triplet: 75, 6C and 2C. RGB value is (117,108,44). Sum of RGB (Red+Green+Blue) = 117+108+44=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C2C is #8A93D3. Grayscale: #676767. Windows color (decimal): -9081812 or 2911349. OLE color: 2911349.

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

Color convert

RGB 117 108 44 -
CMYK 0 0.08 0.62 0.54
HSL 52.6º 0.45% 0.32% -
HSV(B) 52.6º 0.62% 0.46% -
XYZ 13.15 14.69 4.52 -
YUV 103.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 117 108 44 0 0.08 0.62 0.54 52.6 0.45 0.32
Hex 75 6C 2C 0 8 3E 36 35 2D 20
Octal 165 154 54 0 10 76 66 65 55 40
Binary 1110101 1101100 101100 0 1000 111110 110110 110101 101101 100000

Color Harmonies of #756C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C2C

Black with #756C2C

Text Example


Text Example

White with #756C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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