Html Css Color HEX #769773 Amulet

📋 copy color: '#769773'

red 118 ◦ green 151 ◦ blue 115

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

Shades of Amulet #769773

Tints of Amulet #769773

RGB

 RED value IS 118 (46.48% from 255) = 30.73%

 GREEN value IS 151 (59.38% from 255) = 39.32%

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 30.73%
G = 39.32%
B = 29.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#769773 (or 0x769773) is known color: Amulet. HEX triplet: 76, 97 and 73. RGB value is (118,151,115). Sum of RGB (Red+Green+Blue) = 118+151+115=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #769773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769773 is #89688C. Grayscale: #898989. Windows color (decimal): -9005197 or 7575414. OLE color: 7575414.

HSL color Cylindrical-coordinate representation of color #769773: hue angle of 115º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769773 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 115 -
CMYK 0.22 0 0.24 0.41
HSL 115º 0.15% 0.52% -
HSV(B) 115º 0.24% 0.59% -
XYZ 21.63 27.22 20.33 -
YUV 137.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 118 151 115 0.22 0 0.24 0.41 115 0.15 0.52
Hex 76 97 73 16 0 18 29 73 F 34
Octal 166 227 163 26 0 30 51 163 17 64
Binary 1110110 10010111 1110011 10110 0 11000 101001 1110011 1111 110100

Color Harmonies of #769773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769773

Black with #769773

Text Example


Text Example

White with #769773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769773; }

 p { color: rgb(118,151,115); }

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

background-color css

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

 a { background-color: rgb(118,151,115); }

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

border-color css

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

 span { border-color: rgb(118,151,115); }

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