Html Css Color HEX #756B2E Crete

📋 copy color: '#756B2E'

red 117 ◦ green 107 ◦ blue 46

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

Shades of Crete #756B2E

Tints of Crete #756B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 43.33%
G = 39.63%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#756B2E (or 0x756B2E) is known color: Crete. HEX triplet: 75, 6B and 2E. RGB value is (117,107,46). Sum of RGB (Red+Green+Blue) = 117+107+46=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #756B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B2E is #8A94D1. Grayscale: #676767. Windows color (decimal): -9082066 or 3042165. OLE color: 3042165.

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

Color convert

RGB 117 107 46 -
CMYK 0 0.09 0.61 0.54
HSL 51.55º 0.44% 0.32% -
HSV(B) 51.55º 0.61% 0.46% -
XYZ 13.09 14.49 4.69 -
YUV 103.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 117 107 46 0 0.09 0.61 0.54 51.55 0.44 0.32
Hex 75 6B 2E 0 9 3D 36 34 2C 20
Octal 165 153 56 0 11 75 66 64 54 40
Binary 1110101 1101011 101110 0 1001 111101 110110 110100 101100 100000

Color Harmonies of #756B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B2E

Black with #756B2E

Text Example


Text Example

White with #756B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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