Html Css Color HEX #6F8278 Sirocco

📋 copy color: '#6F8278'

red 111 ◦ green 130 ◦ blue 120

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

Shades of Sirocco #6F8278

Tints of Sirocco #6F8278

RGB

 RED value IS 111 (43.75% from 255) = 30.75%

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 30.75%
G = 36.01%
B = 33.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#6F8278 (or 0x6F8278) is known color: Sirocco. HEX triplet: 6F, 82 and 78. RGB value is (111,130,120). Sum of RGB (Red+Green+Blue) = 111+130+120=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8278 is #907D87. Grayscale: #7B7B7B. Windows color (decimal): -9469320 or 7897711. OLE color: 7897711.

HSL color Cylindrical-coordinate representation of color #6F8278: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F8278 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 130 120 -
CMYK 0.15 0 0.08 0.49
HSL 148.42º 0.08% 0.47% -
HSV(B) 148.42º 0.15% 0.51% -
XYZ 17.93 20.7 20.82 -
YUV 123.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 111 130 120 0.15 0 0.08 0.49 148.42 0.08 0.47
Hex 6F 82 78 F 0 8 31 94 8 2F
Octal 157 202 170 17 0 10 61 224 10 57
Binary 1101111 10000010 1111000 1111 0 1000 110001 10010100 1000 101111

Color Harmonies of #6F8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8278

Black with #6F8278

Text Example


Text Example

White with #6F8278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F8278; }

 p { color: rgb(111,130,120); }

 H1.HeaderClassName
 {
   color: #6F8278;
 }
 .AnyTagClassName
 {
   color: #6F8278;
 }
</style>

background-color css

<style>
 a { background-color: #6F8278; }

 a { background-color: rgb(111,130,120); }

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

border-color css

<style>
 span { border-color: #6F8278; }

 span { border-color: rgb(111,130,120); }

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