#74787B

Color #74787B Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #74787B

Tints of Raven #74787B

Color information

#74787B (or 0x74787B) is unknown color: approx Raven. HEX triplet: 74, 78 and 7B. RGB value is (116,120,123). Sum of RGB (Red+Green+Blue) = 116+120+123=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #74787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74787B is #8B8784. Grayscale: #777777. Windows color (decimal): -9144197 or 8091764. OLE color: 8091764.

HSL color Cylindrical-coordinate representation of color #74787B: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74787B is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB116120123-
CMYK0.060.0200.52
HSL205.71º2.93%46.86%-
HSV(B)205.71º5.69%48.24%-
XYZ17.4918.5821.4-
YUV119.15130.17125.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=32.31%
G=33.43%
B=34.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161201230.060.0200.52205.712.9346.86
Hex74787B62034ce32f
Octal16417017362064316357
Binary1110100111100011110111101001101001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74787B; }

 p { color: rgb(116,120,123); }

 H1.HeaderClassName
 {
   color: #74787B;
 }
 .AnyTagClassName
 {
   color: #74787B;
 }
</style>
background-color css

<style>
 a { background-color: #74787B; }

 a { background-color: rgb(116,120,123); }

 div.DivClassName
 {
   background-color: #74787B;
 }
 .BgClassName
 {
   background-color: #74787B;
 }
</style>
border-color css

<style>
 span { border-color: #74787B; }

 span { border-color: rgb(116,120,123); }

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