Html Css Color HEX #7B9472 Amulet

📋 copy color: '#7B9472'

red 123 ◦ green 148 ◦ blue 114

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

Shades of Amulet #7B9472

Tints of Amulet #7B9472

RGB

 RED value IS 123 (48.44% from 255) = 31.95%

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 31.95%
G = 38.44%
B = 29.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#7B9472 (or 0x7B9472) is known color: Amulet. HEX triplet: 7B, 94 and 72. RGB value is (123,148,114). Sum of RGB (Red+Green+Blue) = 123+148+114=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9472 is #846B8D. Grayscale: #888888. Windows color (decimal): -8678286 or 7509115. OLE color: 7509115.

HSL color Cylindrical-coordinate representation of color #7B9472: hue angle of 104.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B9472 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 114 -
CMYK 0.17 0 0.23 0.42
HSL 104.12º 0.14% 0.51% -
HSV(B) 104.12º 0.23% 0.58% -
XYZ 21.8 26.61 19.91 -
YUV 136.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 123 148 114 0.17 0 0.23 0.42 104.12 0.14 0.51
Hex 7B 94 72 11 0 17 2A 68 E 33
Octal 173 224 162 21 0 27 52 150 16 63
Binary 1111011 10010100 1110010 10001 0 10111 101010 1101000 1110 110011

Color Harmonies of #7B9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9472

Black with #7B9472

Text Example


Text Example

White with #7B9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9472; }

 p { color: rgb(123,148,114); }

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

background-color css

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

 a { background-color: rgb(123,148,114); }

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

border-color css

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

 span { border-color: rgb(123,148,114); }

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