Html Css Color HEX #769B74 Amulet

📋 copy color: '#769B74'

red 118 ◦ green 155 ◦ blue 116

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

Shades of Amulet #769B74

Tints of Amulet #769B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.85%

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 30.33%
G = 39.85%
B = 29.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#769B74 (or 0x769B74) is known color: Amulet. HEX triplet: 76, 9B and 74. RGB value is (118,155,116). Sum of RGB (Red+Green+Blue) = 118+155+116=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #769B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B74 is #89648B. Grayscale: #8B8B8B. Windows color (decimal): -9004172 or 7641974. OLE color: 7641974.

HSL color Cylindrical-coordinate representation of color #769B74: hue angle of 116.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769B74 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 116 -
CMYK 0.24 0 0.25 0.39
HSL 116.92º 0.16% 0.53% -
HSV(B) 116.92º 0.25% 0.61% -
XYZ 22.34 28.56 20.86 -
YUV 139.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 118 155 116 0.24 0 0.25 0.39 116.92 0.16 0.53
Hex 76 9B 74 18 0 19 27 75 10 35
Octal 166 233 164 30 0 31 47 165 20 65
Binary 1110110 10011011 1110100 11000 0 11001 100111 1110101 10000 110101

Color Harmonies of #769B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B74

Black with #769B74

Text Example


Text Example

White with #769B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769B74; }

 p { color: rgb(118,155,116); }

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

background-color css

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

 a { background-color: rgb(118,155,116); }

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

border-color css

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

 span { border-color: rgb(118,155,116); }

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