Html Css Color HEX #75793A Crete

📋 copy color: '#75793A'

red 117 ◦ green 121 ◦ blue 58

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

Shades of Crete #75793A

Tints of Crete #75793A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 39.53%
G = 40.88%
B = 19.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#75793A (or 0x75793A) is known color: Crete. HEX triplet: 75, 79 and 3A. RGB value is (117,121,58). Sum of RGB (Red+Green+Blue) = 117+121+58=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #75793A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75793A is #8A86C5. Grayscale: #707070. Windows color (decimal): -9078470 or 3832181. OLE color: 3832181.

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

Color convert

RGB 117 121 58 -
CMYK 0.03 0 0.52 0.53
HSL 63.81º 0.35% 0.35% -
HSV(B) 63.81º 0.52% 0.47% -
XYZ 14.94 17.76 6.64 -
YUV 112.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 117 121 58 0.03 0 0.52 0.53 63.81 0.35 0.35
Hex 75 79 3A 3 0 34 35 40 23 23
Octal 165 171 72 3 0 64 65 100 43 43
Binary 1110101 1111001 111010 11 0 110100 110101 1000000 100011 100011

Color Harmonies of #75793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75793A

Black with #75793A

Text Example


Text Example

White with #75793A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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