Html Css Color HEX #67717C Raven

📋 copy color: '#67717C'

red 103 ◦ green 113 ◦ blue 124

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

Shades of Raven #67717C

Tints of Raven #67717C

RGB

 RED value IS 103 (40.63% from 255) = 30.29%

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 30.29%
G = 33.24%
B = 36.47%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67717C (or 0x67717C) is known color: Raven. HEX triplet: 67, 71 and 7C. RGB value is (103,113,124). Sum of RGB (Red+Green+Blue) = 103+113+124=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #67717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67717C is #988E83. Grayscale: #6F6F6F. Windows color (decimal): -9997956 or 8155495. OLE color: 8155495.

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

Color convert

RGB 103 113 124 -
CMYK 0.17 0.09 0 0.51
HSL 211.43º 0.09% 0.45% -
HSV(B) 211.43º 0.17% 0.49% -
XYZ 15.14 16.15 21.39 -
YUV 111.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 103 113 124 0.17 0.09 0 0.51 211.43 0.09 0.45
Hex 67 71 7C 11 9 0 33 D3 9 2D
Octal 147 161 174 21 11 0 63 323 11 55
Binary 1100111 1110001 1111100 10001 1001 0 110011 11010011 1001 101101

Color Harmonies of #67717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67717C

Black with #67717C

Text Example


Text Example

White with #67717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67717C; }

 p { color: rgb(103,113,124); }

 H1.HeaderClassName
 {
   color: #67717C;
 }
 .AnyTagClassName
 {
   color: #67717C;
 }
</style>

background-color css

<style>
 a { background-color: #67717C; }

 a { background-color: rgb(103,113,124); }

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

border-color css

<style>
 span { border-color: #67717C; }

 span { border-color: rgb(103,113,124); }

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