Html Css Color HEX #7F829B Manatee

📋 copy color: '#7F829B'

red 127 ◦ green 130 ◦ blue 155

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

Shades of Manatee #7F829B

Tints of Manatee #7F829B

RGB

 RED value IS 127 (50% from 255) = 30.83%

 GREEN value IS 130 (51.17% from 255) = 31.55%

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 30.83%
G = 31.55%
B = 37.62%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F829B (or 0x7F829B) is known color: Manatee. HEX triplet: 7F, 82 and 9B. RGB value is (127,130,155). Sum of RGB (Red+Green+Blue) = 127+130+155=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F829B is #807D64. Grayscale: #838383. Windows color (decimal): -8420709 or 10191487. OLE color: 10191487.

HSL color Cylindrical-coordinate representation of color #7F829B: hue angle of 233.57º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F829B is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 130 155 -
CMYK 0.18 0.16 0 0.39
HSL 233.57º 0.12% 0.55% -
HSV(B) 233.57º 0.18% 0.61% -
XYZ 22.65 22.84 34.23 -
YUV 131.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 127 130 155 0.18 0.16 0 0.39 233.57 0.12 0.55
Hex 7F 82 9B 12 10 0 27 EA C 37
Octal 177 202 233 22 20 0 47 352 14 67
Binary 1111111 10000010 10011011 10010 10000 0 100111 11101010 1100 110111

Color Harmonies of #7F829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F829B

Black with #7F829B

Text Example


Text Example

White with #7F829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,155); }

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

background-color css

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

 a { background-color: rgb(127,130,155); }

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

border-color css

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

 span { border-color: rgb(127,130,155); }

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