Html Css Color HEX #756D2A Crete

📋 copy color: '#756D2A'

red 117 ◦ green 109 ◦ blue 42

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

Shades of Crete #756D2A

Tints of Crete #756D2A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.67%

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

R = 43.66%
G = 40.67%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#756D2A (or 0x756D2A) is known color: Crete. HEX triplet: 75, 6D and 2A. RGB value is (117,109,42). Sum of RGB (Red+Green+Blue) = 117+109+42=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #756D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D2A is #8A92D5. Grayscale: #686868. Windows color (decimal): -9081558 or 2780533. OLE color: 2780533.

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

Color convert

RGB 117 109 42 -
CMYK 0 0.07 0.64 0.54
HSL 53.6º 0.47% 0.31% -
HSV(B) 53.6º 0.64% 0.46% -
XYZ 13.22 14.89 4.37 -
YUV 103.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 117 109 42 0 0.07 0.64 0.54 53.6 0.47 0.31
Hex 75 6D 2A 0 7 40 36 36 2F 1F
Octal 165 155 52 0 7 100 66 66 57 37
Binary 1110101 1101101 101010 0 111 1000000 110110 110110 101111 11111

Color Harmonies of #756D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D2A

Black with #756D2A

Text Example


Text Example

White with #756D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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