Html Css Color HEX #756C2B Crete

📋 copy color: '#756C2B'

red 117 ◦ green 108 ◦ blue 43

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

Shades of Crete #756C2B

Tints of Crete #756C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 43.66%
G = 40.3%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#756C2B (or 0x756C2B) is known color: Crete. HEX triplet: 75, 6C and 2B. RGB value is (117,108,43). Sum of RGB (Red+Green+Blue) = 117+108+43=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #756C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C2B is #8A93D4. Grayscale: #676767. Windows color (decimal): -9081813 or 2845813. OLE color: 2845813.

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

Color convert

RGB 117 108 43 -
CMYK 0 0.08 0.63 0.54
HSL 52.7º 0.46% 0.31% -
HSV(B) 52.7º 0.63% 0.46% -
XYZ 13.13 14.68 4.43 -
YUV 103.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 117 108 43 0 0.08 0.63 0.54 52.7 0.46 0.31
Hex 75 6C 2B 0 8 3F 36 35 2E 1F
Octal 165 154 53 0 10 77 66 65 56 37
Binary 1110101 1101100 101011 0 1000 111111 110110 110101 101110 11111

Color Harmonies of #756C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C2B

Black with #756C2B

Text Example


Text Example

White with #756C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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