Html Css Color HEX #767C81 Raven

📋 copy color: '#767C81'

red 118 ◦ green 124 ◦ blue 129

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

Shades of Raven #767C81

Tints of Raven #767C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 31.81%
G = 33.42%
B = 34.77%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767C81 (or 0x767C81) is known color: Raven. HEX triplet: 76, 7C and 81. RGB value is (118,124,129). Sum of RGB (Red+Green+Blue) = 118+124+129=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 129 - color contains mainly: blue. Hex color #767C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C81 is #89837E. Grayscale: #7A7A7A. Windows color (decimal): -9012095 or 8486006. OLE color: 8486006.

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

Color convert

RGB 118 124 129 -
CMYK 0.09 0.04 0 0.49
HSL 207.27º 0.04% 0.48% -
HSV(B) 207.27º 0.09% 0.51% -
XYZ 18.64 19.85 23.62 -
YUV 122.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 118 124 129 0.09 0.04 0 0.49 207.27 0.04 0.48
Hex 76 7C 81 9 4 0 31 CF 4 30
Octal 166 174 201 11 4 0 61 317 4 60
Binary 1110110 1111100 10000001 1001 100 0 110001 11001111 100 110000

Color Harmonies of #767C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C81

Black with #767C81

Text Example


Text Example

White with #767C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,124,129); }

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

background-color css

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

 a { background-color: rgb(118,124,129); }

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

border-color css

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

 span { border-color: rgb(118,124,129); }

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