Html Css Color HEX #75752E Crete

📋 copy color: '#75752E'

red 117 ◦ green 117 ◦ blue 46

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

Shades of Crete #75752E

Tints of Crete #75752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 41.79%
G = 41.79%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75752E (or 0x75752E) is known color: Crete. HEX triplet: 75, 75 and 2E. RGB value is (117,117,46). Sum of RGB (Red+Green+Blue) = 117+117+46=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75752E is #8A8AD1. Grayscale: #6D6D6D. Windows color (decimal): -9079506 or 3044725. OLE color: 3044725.

HSL color Cylindrical-coordinate representation of color #75752E: hue angle of 60º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75752E is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 46 -
CMYK 0 0 0.61 0.54
HSL 60º 0.44% 0.32% -
HSV(B) 60º 0.61% 0.46% -
XYZ 14.19 16.7 5.06 -
YUV 108.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 117 117 46 0 0 0.61 0.54 60 0.44 0.32
Hex 75 75 2E 0 0 3D 36 3C 2C 20
Octal 165 165 56 0 0 75 66 74 54 40
Binary 1110101 1110101 101110 0 0 111101 110110 111100 101100 100000

Color Harmonies of #75752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75752E

Black with #75752E

Text Example


Text Example

White with #75752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75752E; }

 p { color: rgb(117,117,46); }

 H1.HeaderClassName
 {
   color: #75752E;
 }
 .AnyTagClassName
 {
   color: #75752E;
 }
</style>

background-color css

<style>
 a { background-color: #75752E; }

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

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

border-color css

<style>
 span { border-color: #75752E; }

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

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