Html Css Color HEX #75773A Crete

📋 copy color: '#75773A'

red 117 ◦ green 119 ◦ blue 58

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

Shades of Crete #75773A

Tints of Crete #75773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.48%

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

R = 39.8%
G = 40.48%
B = 19.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#75773A (or 0x75773A) is known color: Crete. HEX triplet: 75, 77 and 3A. RGB value is (117,119,58). Sum of RGB (Red+Green+Blue) = 117+119+58=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #75773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75773A is #8A88C5. Grayscale: #6F6F6F. Windows color (decimal): -9078982 or 3831669. OLE color: 3831669.

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

Color convert

RGB 117 119 58 -
CMYK 0.02 0 0.51 0.53
HSL 61.97º 0.34% 0.35% -
HSV(B) 61.97º 0.51% 0.47% -
XYZ 14.7 17.28 6.56 -
YUV 111.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 117 119 58 0.02 0 0.51 0.53 61.97 0.34 0.35
Hex 75 77 3A 2 0 33 35 3E 22 23
Octal 165 167 72 2 0 63 65 76 42 43
Binary 1110101 1110111 111010 10 0 110011 110101 111110 100010 100011

Color Harmonies of #75773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75773A

Black with #75773A

Text Example


Text Example

White with #75773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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