Html Css Color HEX #756F2B Crete

📋 copy color: '#756F2B'

red 117 ◦ green 111 ◦ blue 43

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

Shades of Crete #756F2B

Tints of Crete #756F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.96%

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

R = 43.17%
G = 40.96%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#756F2B (or 0x756F2B) is known color: Crete. HEX triplet: 75, 6F and 2B. RGB value is (117,111,43). Sum of RGB (Red+Green+Blue) = 117+111+43=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F2B is #8A90D4. Grayscale: #696969. Windows color (decimal): -9081045 or 2846581. OLE color: 2846581.

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

Color convert

RGB 117 111 43 -
CMYK 0 0.05 0.63 0.54
HSL 55.14º 0.46% 0.31% -
HSV(B) 55.14º 0.63% 0.46% -
XYZ 13.46 15.33 4.53 -
YUV 105.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 117 111 43 0 0.05 0.63 0.54 55.14 0.46 0.31
Hex 75 6F 2B 0 5 3F 36 37 2E 1F
Octal 165 157 53 0 5 77 66 67 56 37
Binary 1110101 1101111 101011 0 101 111111 110110 110111 101110 11111

Color Harmonies of #756F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F2B

Black with #756F2B

Text Example


Text Example

White with #756F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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