Html Css Color HEX #65707B Raven

📋 copy color: '#65707B'

red 101 ◦ green 112 ◦ blue 123

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

Shades of Raven #65707B

Tints of Raven #65707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 30.06%
G = 33.33%
B = 36.61%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65707B (or 0x65707B) is known color: Raven. HEX triplet: 65, 70 and 7B. RGB value is (101,112,123). Sum of RGB (Red+Green+Blue) = 101+112+123=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #65707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65707B is #9A8F84. Grayscale: #6D6D6D. Windows color (decimal): -10129285 or 8089701. OLE color: 8089701.

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

Color convert

RGB 101 112 123 -
CMYK 0.18 0.09 0 0.52
HSL 210º 0.1% 0.44% -
HSV(B) 210º 0.18% 0.48% -
XYZ 14.74 15.79 21.01 -
YUV 109.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 101 112 123 0.18 0.09 0 0.52 210 0.1 0.44
Hex 65 70 7B 12 9 0 34 D2 A 2C
Octal 145 160 173 22 11 0 64 322 12 54
Binary 1100101 1110000 1111011 10010 1001 0 110100 11010010 1010 101100

Color Harmonies of #65707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65707B

Black with #65707B

Text Example


Text Example

White with #65707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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