Html Css Color HEX #767A7E Raven

📋 copy color: '#767A7E'

red 118 ◦ green 122 ◦ blue 126

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

Shades of Raven #767A7E

Tints of Raven #767A7E

RGB

 RED value IS 118 (46.48% from 255) = 32.24%

 GREEN value IS 122 (48.05% from 255) = 33.33%

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 32.24%
G = 33.33%
B = 34.43%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#767A7E (or 0x767A7E) is known color: Raven. HEX triplet: 76, 7A and 7E. RGB value is (118,122,126). Sum of RGB (Red+Green+Blue) = 118+122+126=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 126 - color contains mainly: blue. Hex color #767A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A7E is #898581. Grayscale: #797979. Windows color (decimal): -9012610 or 8288886. OLE color: 8288886.

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

Color convert

RGB 118 122 126 -
CMYK 0.06 0.03 0 0.51
HSL 210º 0.03% 0.48% -
HSV(B) 210º 0.06% 0.49% -
XYZ 18.2 19.28 22.5 -
YUV 121.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 118 122 126 0.06 0.03 0 0.51 210 0.03 0.48
Hex 76 7A 7E 6 3 0 33 D2 3 30
Octal 166 172 176 6 3 0 63 322 3 60
Binary 1110110 1111010 1111110 110 11 0 110011 11010010 11 110000

Color Harmonies of #767A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A7E

Black with #767A7E

Text Example


Text Example

White with #767A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767A7E; }

 p { color: rgb(118,122,126); }

 H1.HeaderClassName
 {
   color: #767A7E;
 }
 .AnyTagClassName
 {
   color: #767A7E;
 }
</style>

background-color css

<style>
 a { background-color: #767A7E; }

 a { background-color: rgb(118,122,126); }

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

border-color css

<style>
 span { border-color: #767A7E; }

 span { border-color: rgb(118,122,126); }

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