Html Css Color HEX #65707A Raven

📋 copy color: '#65707A'

red 101 ◦ green 112 ◦ blue 122

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

Shades of Raven #65707A

Tints of Raven #65707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 30.15%
G = 33.43%
B = 36.42%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65707A (or 0x65707A) is known color: Raven. HEX triplet: 65, 70 and 7A. RGB value is (101,112,122). Sum of RGB (Red+Green+Blue) = 101+112+122=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #65707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65707A is #9A8F85. Grayscale: #6D6D6D. Windows color (decimal): -10129286 or 8024165. OLE color: 8024165.

HSL color Cylindrical-coordinate representation of color #65707A: hue angle of 208.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65707A is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 112 122 -
CMYK 0.17 0.08 0 0.52
HSL 208.57º 0.09% 0.44% -
HSV(B) 208.57º 0.17% 0.48% -
XYZ 14.67 15.76 20.68 -
YUV 109.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 101 112 122 0.17 0.08 0 0.52 208.57 0.09 0.44
Hex 65 70 7A 11 8 0 34 D1 9 2C
Octal 145 160 172 21 10 0 64 321 11 54
Binary 1100101 1110000 1111010 10001 1000 0 110100 11010001 1001 101100

Color Harmonies of #65707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65707A

Black with #65707A

Text Example


Text Example

White with #65707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65707A; }

 p { color: rgb(101,112,122); }

 H1.HeaderClassName
 {
   color: #65707A;
 }
 .AnyTagClassName
 {
   color: #65707A;
 }
</style>

background-color css

<style>
 a { background-color: #65707A; }

 a { background-color: rgb(101,112,122); }

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

border-color css

<style>
 span { border-color: #65707A; }

 span { border-color: rgb(101,112,122); }

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