Html Css Color HEX #65717C Raven

📋 copy color: '#65717C'

red 101 ◦ green 113 ◦ blue 124

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

Shades of Raven #65717C

Tints of Raven #65717C

RGB

 RED value IS 101 (39.84% from 255) = 29.88%

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

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

R = 29.88%
G = 33.43%
B = 36.69%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65717C (or 0x65717C) is known color: Raven. HEX triplet: 65, 71 and 7C. RGB value is (101,113,124). Sum of RGB (Red+Green+Blue) = 101+113+124=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #65717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65717C is #9A8E83. Grayscale: #6E6E6E. Windows color (decimal): -10129028 or 8155493. OLE color: 8155493.

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

Color convert

RGB 101 113 124 -
CMYK 0.19 0.09 0 0.51
HSL 208.7º 0.1% 0.44% -
HSV(B) 208.7º 0.19% 0.49% -
XYZ 14.91 16.03 21.38 -
YUV 110.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 101 113 124 0.19 0.09 0 0.51 208.7 0.1 0.44
Hex 65 71 7C 13 9 0 33 D1 A 2C
Octal 145 161 174 23 11 0 63 321 12 54
Binary 1100101 1110001 1111100 10011 1001 0 110011 11010001 1010 101100

Color Harmonies of #65717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65717C

Black with #65717C

Text Example


Text Example

White with #65717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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