Html Css Color HEX #756E2A Crete

📋 copy color: '#756E2A'

red 117 ◦ green 110 ◦ blue 42

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

Shades of Crete #756E2A

Tints of Crete #756E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 43.49%
G = 40.89%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#756E2A (or 0x756E2A) is known color: Crete. HEX triplet: 75, 6E and 2A. RGB value is (117,110,42). Sum of RGB (Red+Green+Blue) = 117+110+42=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E2A is #8A91D5. Grayscale: #686868. Windows color (decimal): -9081302 or 2780789. OLE color: 2780789.

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

Color convert

RGB 117 110 42 -
CMYK 0 0.06 0.64 0.54
HSL 54.4º 0.47% 0.31% -
HSV(B) 54.4º 0.64% 0.46% -
XYZ 13.33 15.1 4.4 -
YUV 104.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 117 110 42 0 0.06 0.64 0.54 54.4 0.47 0.31
Hex 75 6E 2A 0 6 40 36 36 2F 1F
Octal 165 156 52 0 6 100 66 66 57 37
Binary 1110101 1101110 101010 0 110 1000000 110110 110110 101111 11111

Color Harmonies of #756E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E2A

Black with #756E2A

Text Example


Text Example

White with #756E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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