Html Css Color HEX #74787B Raven

📋 copy color: '#74787B'

red 116 ◦ green 120 ◦ blue 123

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

Shades of Raven #74787B

Tints of Raven #74787B

RGB

 RED value IS 116 (45.7% 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 value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74787B (or 0x74787B) is known color: 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

RGB 116 120 123 -
CMYK 0.06 0.02 0 0.52
HSL 205.71º 0.03% 0.47% -
HSV(B) 205.71º 0.06% 0.48% -
XYZ 17.49 18.58 21.4 -
YUV 119.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 116 120 123 0.06 0.02 0 0.52 205.71 0.03 0.47
Hex 74 78 7B 6 2 0 34 CE 3 2F
Octal 164 170 173 6 2 0 64 316 3 57
Binary 1110100 1111000 1111011 110 10 0 110100 11001110 11 101111

Color Harmonies of #74787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74787B

Black with #74787B

Text Example


Text Example

White with #74787B

Text Example


Text Example

HTML Codes & Css Web 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>