Html Css Color HEX #68727A Raven

📋 copy color: '#68727A'

red 104 ◦ green 114 ◦ blue 122

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

Shades of Raven #68727A

Tints of Raven #68727A

RGB

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

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

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

R = 30.59%
G = 33.53%
B = 35.88%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68727A (or 0x68727A) is known color: Raven. HEX triplet: 68, 72 and 7A. RGB value is (104,114,122). Sum of RGB (Red+Green+Blue) = 104+114+122=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #68727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68727A is #978D85. Grayscale: #6F6F6F. Windows color (decimal): -9932166 or 8024680. OLE color: 8024680.

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

Color convert

RGB 104 114 122 -
CMYK 0.15 0.07 0 0.52
HSL 206.67º 0.08% 0.44% -
HSV(B) 206.67º 0.15% 0.48% -
XYZ 15.24 16.38 20.77 -
YUV 111.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 104 114 122 0.15 0.07 0 0.52 206.67 0.08 0.44
Hex 68 72 7A F 7 0 34 CF 8 2C
Octal 150 162 172 17 7 0 64 317 10 54
Binary 1101000 1110010 1111010 1111 111 0 110100 11001111 1000 101100

Color Harmonies of #68727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68727A

Black with #68727A

Text Example


Text Example

White with #68727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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