Html Css Color HEX #75793C Crete

📋 copy color: '#75793C'

red 117 ◦ green 121 ◦ blue 60

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

Shades of Crete #75793C

Tints of Crete #75793C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

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

R = 39.26%
G = 40.6%
B = 20.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#75793C (or 0x75793C) is known color: Crete. HEX triplet: 75, 79 and 3C. RGB value is (117,121,60). Sum of RGB (Red+Green+Blue) = 117+121+60=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #75793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75793C is #8A86C3. Grayscale: #717171. Windows color (decimal): -9078468 or 3963253. OLE color: 3963253.

HSL color Cylindrical-coordinate representation of color #75793C: hue angle of 63.93º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75793C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 60 -
CMYK 0.03 0 0.50 0.53
HSL 63.93º 0.34% 0.35% -
HSV(B) 63.93º 0.5% 0.47% -
XYZ 14.99 17.78 6.92 -
YUV 112.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 117 121 60 0.03 0 0.50 0.53 63.93 0.34 0.35
Hex 75 79 3C 3 0 32 35 40 22 23
Octal 165 171 74 3 0 62 65 100 42 43
Binary 1110101 1111001 111100 11 0 110010 110101 1000000 100010 100011

Color Harmonies of #75793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75793C

Black with #75793C

Text Example


Text Example

White with #75793C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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