Html Css Color HEX #68727E Raven

📋 copy color: '#68727E'

red 104 ◦ green 114 ◦ blue 126

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

Shades of Raven #68727E

Tints of Raven #68727E

RGB

 RED value IS 104 (41.02% from 255) = 30.23%

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

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 30.23%
G = 33.14%
B = 36.63%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68727E (or 0x68727E) is known color: Raven. HEX triplet: 68, 72 and 7E. RGB value is (104,114,126). Sum of RGB (Red+Green+Blue) = 104+114+126=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #68727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68727E is #978D81. Grayscale: #707070. Windows color (decimal): -9932162 or 8286824. OLE color: 8286824.

HSL color Cylindrical-coordinate representation of color #68727E: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68727E is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 114 126 -
CMYK 0.17 0.10 0 0.51
HSL 212.73º 0.1% 0.45% -
HSV(B) 212.73º 0.17% 0.49% -
XYZ 15.49 16.48 22.1 -
YUV 112.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 104 114 126 0.17 0.10 0 0.51 212.73 0.1 0.45
Hex 68 72 7E 11 A 0 33 D5 A 2D
Octal 150 162 176 21 12 0 63 325 12 55
Binary 1101000 1110010 1111110 10001 1010 0 110011 11010101 1010 101101

Color Harmonies of #68727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68727E

Black with #68727E

Text Example


Text Example

White with #68727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68727E; }

 p { color: rgb(104,114,126); }

 H1.HeaderClassName
 {
   color: #68727E;
 }
 .AnyTagClassName
 {
   color: #68727E;
 }
</style>

background-color css

<style>
 a { background-color: #68727E; }

 a { background-color: rgb(104,114,126); }

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

border-color css

<style>
 span { border-color: #68727E; }

 span { border-color: rgb(104,114,126); }

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