Html Css Color HEX #7D7F92 Manatee

📋 copy color: '#7D7F92'

red 125 ◦ green 127 ◦ blue 146

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

Shades of Manatee #7D7F92

Tints of Manatee #7D7F92

RGB

 RED value IS 125 (49.22% from 255) = 31.41%

 GREEN value IS 127 (50% from 255) = 31.91%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 31.41%
G = 31.91%
B = 36.68%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D7F92 (or 0x7D7F92) is known color: Manatee. HEX triplet: 7D, 7F and 92. RGB value is (125,127,146). Sum of RGB (Red+Green+Blue) = 125+127+146=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D7F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7F92 is #82806D. Grayscale: #808080. Windows color (decimal): -8552558 or 9600893. OLE color: 9600893.

HSL color Cylindrical-coordinate representation of color #7D7F92: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D7F92 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 127 146 -
CMYK 0.14 0.13 0 0.43
HSL 234.29º 0.09% 0.53% -
HSV(B) 234.29º 0.14% 0.57% -
XYZ 21.24 21.61 30.25 -
YUV 128.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 125 127 146 0.14 0.13 0 0.43 234.29 0.09 0.53
Hex 7D 7F 92 E D 0 2B EA 9 35
Octal 175 177 222 16 15 0 53 352 11 65
Binary 1111101 1111111 10010010 1110 1101 0 101011 11101010 1001 110101

Color Harmonies of #7D7F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F92

Black with #7D7F92

Text Example


Text Example

White with #7D7F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,127,146); }

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

background-color css

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

 a { background-color: rgb(125,127,146); }

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

border-color css

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

 span { border-color: rgb(125,127,146); }

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