Html Css Color HEX #767C82 Raven

📋 copy color: '#767C82'

red 118 ◦ green 124 ◦ blue 130

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

Shades of Raven #767C82

Tints of Raven #767C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 31.72%
G = 33.33%
B = 34.95%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767C82 (or 0x767C82) is known color: Raven. HEX triplet: 76, 7C and 82. RGB value is (118,124,130). Sum of RGB (Red+Green+Blue) = 118+124+130=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 130 - color contains mainly: blue. Hex color #767C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C82 is #89837D. Grayscale: #7A7A7A. Windows color (decimal): -9012094 or 8551542. OLE color: 8551542.

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

Color convert

RGB 118 124 130 -
CMYK 0.09 0.05 0 0.49
HSL 210º 0.05% 0.49% -
HSV(B) 210º 0.09% 0.51% -
XYZ 18.71 19.88 23.97 -
YUV 122.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 118 124 130 0.09 0.05 0 0.49 210 0.05 0.49
Hex 76 7C 82 9 5 0 31 D2 5 31
Octal 166 174 202 11 5 0 61 322 5 61
Binary 1110110 1111100 10000010 1001 101 0 110001 11010010 101 110001

Color Harmonies of #767C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C82

Black with #767C82

Text Example


Text Example

White with #767C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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