Html Css Color HEX #7A868B Regent Grey

📋 copy color: '#7A868B'

red 122 ◦ green 134 ◦ blue 139

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

Shades of Regent Grey #7A868B

Tints of Regent Grey #7A868B

RGB

 RED value IS 122 (48.05% from 255) = 30.89%

 GREEN value IS 134 (52.73% from 255) = 33.92%

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 30.89%
G = 33.92%
B = 35.19%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A868B (or 0x7A868B) is known color: Regent Grey. HEX triplet: 7A, 86 and 8B. RGB value is (122,134,139). Sum of RGB (Red+Green+Blue) = 122+134+139=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A868B is #857974. Grayscale: #828282. Windows color (decimal): -8747381 or 9143930. OLE color: 9143930.

HSL color Cylindrical-coordinate representation of color #7A868B: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A868B is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 134 139 -
CMYK 0.12 0.04 0 0.45
HSL 197.65º 0.07% 0.51% -
HSV(B) 197.65º 0.12% 0.55% -
XYZ 21.21 23.05 27.76 -
YUV 130.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 122 134 139 0.12 0.04 0 0.45 197.65 0.07 0.51
Hex 7A 86 8B C 4 0 2D C6 7 33
Octal 172 206 213 14 4 0 55 306 7 63
Binary 1111010 10000110 10001011 1100 100 0 101101 11000110 111 110011

Color Harmonies of #7A868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A868B

Black with #7A868B

Text Example


Text Example

White with #7A868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,134,139); }

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

background-color css

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

 a { background-color: rgb(122,134,139); }

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

border-color css

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

 span { border-color: rgb(122,134,139); }

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