Html Css Color HEX #7A7B7C Raven

📋 copy color: '#7A7B7C'

red 122 ◦ green 123 ◦ blue 124

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

Shades of Raven #7A7B7C

Tints of Raven #7A7B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 33.06%
G = 33.33%
B = 33.6%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A7B7C (or 0x7A7B7C) is known color: Raven. HEX triplet: 7A, 7B and 7C. RGB value is (122,123,124). Sum of RGB (Red+Green+Blue) = 122+123+124=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7B7C is #858483. Grayscale: #7A7A7A. Windows color (decimal): -8750212 or 8158074. OLE color: 8158074.

HSL color Cylindrical-coordinate representation of color #7A7B7C: hue angle of 210º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7A7B7C is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 123 124 -
CMYK 0.02 0.01 0 0.51
HSL 210º 0.01% 0.48% -
HSV(B) 210º 0.02% 0.49% -
XYZ 18.75 19.76 21.89 -
YUV 122.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 122 123 124 0.02 0.01 0 0.51 210 0.01 0.48
Hex 7A 7B 7C 2 1 0 33 D2 1 30
Octal 172 173 174 2 1 0 63 322 1 60
Binary 1111010 1111011 1111100 10 1 0 110011 11010010 1 110000

Color Harmonies of #7A7B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7B7C

Black with #7A7B7C

Text Example


Text Example

White with #7A7B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,123,124); }

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

background-color css

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

 a { background-color: rgb(122,123,124); }

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

border-color css

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

 span { border-color: rgb(122,123,124); }

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