Html Css Color HEX #65717F Raven

📋 copy color: '#65717F'

red 101 ◦ green 113 ◦ blue 127

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

Shades of Raven #65717F

Tints of Raven #65717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.24%

R = 29.62%
G = 33.14%
B = 37.24%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65717F (or 0x65717F) is known color: Raven. HEX triplet: 65, 71 and 7F. RGB value is (101,113,127). Sum of RGB (Red+Green+Blue) = 101+113+127=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #65717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65717F is #9A8E80. Grayscale: #6E6E6E. Windows color (decimal): -10129025 or 8352101. OLE color: 8352101.

HSL color Cylindrical-coordinate representation of color #65717F: hue angle of 212.31º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65717F is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 113 127 -
CMYK 0.20 0.11 0 0.50
HSL 212.31º 0.11% 0.45% -
HSV(B) 212.31º 0.2% 0.5% -
XYZ 15.1 16.11 22.39 -
YUV 111.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 101 113 127 0.20 0.11 0 0.50 212.31 0.11 0.45
Hex 65 71 7F 14 B 0 32 D4 B 2D
Octal 145 161 177 24 13 0 62 324 13 55
Binary 1100101 1110001 1111111 10100 1011 0 110010 11010100 1011 101101

Color Harmonies of #65717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65717F

Black with #65717F

Text Example


Text Example

White with #65717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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