Html Css Color HEX #7675B6 Chetwode Blue

📋 copy color: '#7675B6'

red 118 ◦ green 117 ◦ blue 182

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

Shades of Chetwode Blue #7675B6

Tints of Chetwode Blue #7675B6

RGB

 RED value IS 118 (46.48% from 255) = 28.3%

 GREEN value IS 117 (46.09% from 255) = 28.06%

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 28.3%
G = 28.06%
B = 43.65%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7675B6 (or 0x7675B6) is known color: Chetwode Blue. HEX triplet: 76, 75 and B6. RGB value is (118,117,182). Sum of RGB (Red+Green+Blue) = 118+117+182=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #7675B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675B6 is #898A49. Grayscale: #7C7C7C. Windows color (decimal): -9013834 or 11957622. OLE color: 11957622.

HSL color Cylindrical-coordinate representation of color #7675B6: hue angle of 240.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7675B6 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 117 182 -
CMYK 0.35 0.36 0 0.29
HSL 240.92º 0.31% 0.59% -
HSV(B) 240.92º 0.36% 0.71% -
XYZ 22.28 19.95 46.93 -
YUV 124.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 118 117 182 0.35 0.36 0 0.29 240.92 0.31 0.59
Hex 76 75 B6 23 24 0 1D F1 1F 3B
Octal 166 165 266 43 44 0 35 361 37 73
Binary 1110110 1110101 10110110 100011 100100 0 11101 11110001 11111 111011

Color Harmonies of #7675B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675B6

Black with #7675B6

Text Example


Text Example

White with #7675B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7675B6; }

 p { color: rgb(118,117,182); }

 H1.HeaderClassName
 {
   color: #7675B6;
 }
 .AnyTagClassName
 {
   color: #7675B6;
 }
</style>

background-color css

<style>
 a { background-color: #7675B6; }

 a { background-color: rgb(118,117,182); }

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

border-color css

<style>
 span { border-color: #7675B6; }

 span { border-color: rgb(118,117,182); }

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