Html Css Color HEX #65727C Raven

📋 copy color: '#65727C'

red 101 ◦ green 114 ◦ blue 124

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

Shades of Raven #65727C

Tints of Raven #65727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 29.79%
G = 33.63%
B = 36.58%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65727C (or 0x65727C) is known color: Raven. HEX triplet: 65, 72 and 7C. RGB value is (101,114,124). Sum of RGB (Red+Green+Blue) = 101+114+124=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #65727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65727C is #9A8D83. Grayscale: #6F6F6F. Windows color (decimal): -10128772 or 8155749. OLE color: 8155749.

HSL color Cylindrical-coordinate representation of color #65727C: hue angle of 206.09º 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 #65727C is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 114 124 -
CMYK 0.19 0.08 0 0.51
HSL 206.09º 0.1% 0.44% -
HSV(B) 206.09º 0.19% 0.49% -
XYZ 15.02 16.26 21.41 -
YUV 111.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 101 114 124 0.19 0.08 0 0.51 206.09 0.1 0.44
Hex 65 72 7C 13 8 0 33 CE A 2C
Octal 145 162 174 23 10 0 63 316 12 54
Binary 1100101 1110010 1111100 10011 1000 0 110011 11001110 1010 101100

Color Harmonies of #65727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65727C

Black with #65727C

Text Example


Text Example

White with #65727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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