Html Css Color HEX #07383F Cyprus

📋 copy color: '#07383F'

red 7 ◦ green 56 ◦ blue 63

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

Shades of Cyprus #07383F

Tints of Cyprus #07383F

RGB

 RED value IS 7 (3.13% from 255) = 5.56%

 GREEN value IS 56 (22.27% from 255) = 44.44%

 BLUE value IS 63 (25% from 255) = 50%

R = 5.56%
G = 44.44%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#07383F (or 0x07383F) is known color: Cyprus. HEX triplet: 07, 38 and 3F. RGB value is (7,56,63). Sum of RGB (Red+Green+Blue) = 7+56+63=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #07383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07383F is #F8C7C0. Grayscale: #2A2A2A. Windows color (decimal): -16304065 or 4143111. OLE color: 4143111.

HSL color Cylindrical-coordinate representation of color #07383F: hue angle of 187.5º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07383F is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 56 63 -
CMYK 0.89 0.11 0 0.75
HSL 187.5º 0.8% 0.14% -
HSV(B) 187.5º 0.89% 0.25% -
XYZ 2.4 3.23 5.2 -
YUV 42.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 7 56 63 0.89 0.11 0 0.75 187.5 0.8 0.14
Hex 7 38 3F 59 B 0 4B BC 50 E
Octal 7 70 77 131 13 0 113 274 120 16
Binary 111 111000 111111 1011001 1011 0 1001011 10111100 1010000 1110

Color Harmonies of #07383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07383F

Black with #07383F

Text Example


Text Example

White with #07383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,56,63); }

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

background-color css

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

 a { background-color: rgb(7,56,63); }

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

border-color css

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

 span { border-color: rgb(7,56,63); }

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