Html Css Color HEX #756C2A Crete

📋 copy color: '#756C2A'

red 117 ◦ green 108 ◦ blue 42

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

Shades of Crete #756C2A

Tints of Crete #756C2A

RGB

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

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

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

R = 43.82%
G = 40.45%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#756C2A (or 0x756C2A) is known color: Crete. HEX triplet: 75, 6C and 2A. RGB value is (117,108,42). Sum of RGB (Red+Green+Blue) = 117+108+42=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #756C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C2A is #8A93D5. Grayscale: #676767. Windows color (decimal): -9081814 or 2780277. OLE color: 2780277.

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

Color convert

RGB 117 108 42 -
CMYK 0 0.08 0.64 0.54
HSL 52.8º 0.47% 0.31% -
HSV(B) 52.8º 0.64% 0.46% -
XYZ 13.12 14.67 4.33 -
YUV 103.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 117 108 42 0 0.08 0.64 0.54 52.8 0.47 0.31
Hex 75 6C 2A 0 8 40 36 35 2F 1F
Octal 165 154 52 0 10 100 66 65 57 37
Binary 1110101 1101100 101010 0 1000 1000000 110110 110101 101111 11111

Color Harmonies of #756C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C2A

Black with #756C2A

Text Example


Text Example

White with #756C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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