Html Css Color HEX #75753E Crete

📋 copy color: '#75753E'

red 117 ◦ green 117 ◦ blue 62

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

Shades of Crete #75753E

Tints of Crete #75753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 39.53%
G = 39.53%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75753E (or 0x75753E) is known color: Crete. HEX triplet: 75, 75 and 3E. RGB value is (117,117,62). Sum of RGB (Red+Green+Blue) = 117+117+62=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75753E is #8A8AC1. Grayscale: #6E6E6E. Windows color (decimal): -9079490 or 4093301. OLE color: 4093301.

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

Color convert

RGB 117 117 62 -
CMYK 0 0 0.47 0.54
HSL 60º 0.31% 0.35% -
HSV(B) 60º 0.47% 0.46% -
XYZ 14.57 16.85 7.04 -
YUV 110.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 117 117 62 0 0 0.47 0.54 60 0.31 0.35
Hex 75 75 3E 0 0 2F 36 3C 1F 23
Octal 165 165 76 0 0 57 66 74 37 43
Binary 1110101 1110101 111110 0 0 101111 110110 111100 11111 100011

Color Harmonies of #75753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75753E

Black with #75753E

Text Example


Text Example

White with #75753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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