Html Css Color HEX #67827F Rolling Stone

📋 copy color: '#67827F'

red 103 ◦ green 130 ◦ blue 127

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

Shades of Rolling Stone #67827F

Tints of Rolling Stone #67827F

RGB

 RED value IS 103 (40.63% from 255) = 28.61%

 GREEN value IS 130 (51.17% from 255) = 36.11%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 28.61%
G = 36.11%
B = 35.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#67827F (or 0x67827F) is known color: Rolling Stone. HEX triplet: 67, 82 and 7F. RGB value is (103,130,127). Sum of RGB (Red+Green+Blue) = 103+130+127=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #67827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67827F is #987D80. Grayscale: #797979. Windows color (decimal): -9993601 or 8356455. OLE color: 8356455.

HSL color Cylindrical-coordinate representation of color #67827F: hue angle of 173.33º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67827F is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 127 -
CMYK 0.21 0 0.02 0.49
HSL 173.33º 0.12% 0.46% -
HSV(B) 173.33º 0.21% 0.51% -
XYZ 17.41 20.38 23.1 -
YUV 121.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 103 130 127 0.21 0 0.02 0.49 173.33 0.12 0.46
Hex 67 82 7F 15 0 2 31 AD C 2E
Octal 147 202 177 25 0 2 61 255 14 56
Binary 1100111 10000010 1111111 10101 0 10 110001 10101101 1100 101110

Color Harmonies of #67827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67827F

Black with #67827F

Text Example


Text Example

White with #67827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67827F; }

 p { color: rgb(103,130,127); }

 H1.HeaderClassName
 {
   color: #67827F;
 }
 .AnyTagClassName
 {
   color: #67827F;
 }
</style>

background-color css

<style>
 a { background-color: #67827F; }

 a { background-color: rgb(103,130,127); }

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

border-color css

<style>
 span { border-color: #67827F; }

 span { border-color: rgb(103,130,127); }

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