Html Css Color HEX #75753C Crete

📋 copy color: '#75753C'

red 117 ◦ green 117 ◦ blue 60

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

Shades of Crete #75753C

Tints of Crete #75753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 39.8%
G = 39.8%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75753C (or 0x75753C) is known color: Crete. HEX triplet: 75, 75 and 3C. RGB value is (117,117,60). Sum of RGB (Red+Green+Blue) = 117+117+60=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75753C is #8A8AC3. Grayscale: #6E6E6E. Windows color (decimal): -9079492 or 3962229. OLE color: 3962229.

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

Color convert

RGB 117 117 60 -
CMYK 0 0 0.49 0.54
HSL 60º 0.32% 0.35% -
HSV(B) 60º 0.49% 0.46% -
XYZ 14.51 16.83 6.76 -
YUV 110.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 117 117 60 0 0 0.49 0.54 60 0.32 0.35
Hex 75 75 3C 0 0 31 36 3C 20 23
Octal 165 165 74 0 0 61 66 74 40 43
Binary 1110101 1110101 111100 0 0 110001 110110 111100 100000 100011

Color Harmonies of #75753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75753C

Black with #75753C

Text Example


Text Example

White with #75753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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